/*
Theme Name:  Enting 4x4
Theme URI: http://www.enting4x4.nl
Version: 1.0
Author: FEdesign
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


body		{ 
color: #333; 
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:30px;
background-color: #424242;
}

h1	{
color: #000000; 
font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
margin: 5px 0 10px 0;
}

h4	{
color: #000000; 
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
margin: 5px 0 12px 0;
}

p {
	margin-bottom: 17px;
	line-height:18px;

}

a {
	color:#004101;
}


a:hover {
	text-decoration:none;
}

#container { 
	width:1000px;
	border:1px solid #000000;
	margin:auto;
	background-color:#004101;
}

#header {
	width:1000px;
	height:185px;
	background-image: url(images/header.jpg);
}

#menu {
	width:200px;
	float:left;
	}

#menu a {
	width:170px;
	height:35px;
	color: #ffffff; 
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	border-bottom:solid 1px #FFF;
	margin: 10px;
}

#menu a:hover {
	color: #393; 
	
}



#text {
	width:680px;
	padding: 50px;
	min-height:400px;
	background-color:#ddefca;
	margin-left:220px;
}

#foto {
	margin-left:500px;
	margin-top:100px;
	border:2px solid #004101;
}

#footer {
	color:#339933;
	font-weight:normal;
	height: 30px;
	margin:auto;
	padding-top: 10px;
	width: 100%SS;
	text-align:center;
	background-color: #000000;
	}
	
	#footer a {
	color:#339933;
	font-weight:normal;
	}
	
		#footer a:hover {
	color:#ddefca;
	font-weight:normal;
	text-decoration:none;
	}
	